home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February (DVD) / PCWorld_2008-02_DVD.iso / v cisle / PHP / PHP.exe / xampp-win32-1.6.5-installer.exe / apache / conf / ssl.csr / README.CSR next >
Encoding:
Text File  |  2007-12-20  |  949 b   |  24 lines

  1.  
  2.  This is the ssl.csr/ directory of Apache/mod_ssl
  3.  where PEM-encoded X.509 Certificate Signing Requests for SSL are stored.
  4.  
  5.  Per default the following file is provided:
  6.  
  7.  o server.csr:
  8.    This is the server certificate signing request for Apache/mod_ssl
  9.    corresponding to the ../ssl.crt/server.crt file.  Per default this is a
  10.    dummy file, but may be overwritten by the `make certificate' target under
  11.    built-time.  Then it contains the CSR which you can send to a public
  12.    Certification Authority (CA) for requesting a real signed certificate
  13.    (which then can replace the ../ssl.crt/server.crt file).
  14.  
  15.  You can also use this directory for temporarily storing CSRs from within your
  16.  (CGI-) scripts when you want to perform client authentication with your own
  17.  CA instance.
  18.  
  19.  You can view the ingredients of a particular CSR file in plain text
  20.  by running the command:
  21.  
  22.    $ openssl req -noout -text -in <name>.csr
  23.  
  24.